home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940131.txt < prev    next >
Internet Message Format  |  1994-11-13  |  6KB

  1. Date: Mon, 27 Jun 94 04:30:03 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #131
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Mon, 27 Jun 94       Volume 94 : Issue  131
  11.  
  12. Today's Topics:
  13.                        NOS and the PC (2 msgs)
  14.                            Routing Project
  15.  
  16. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  17. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  18. Problems you can't solve otherwise to brian@ucsd.edu.
  19.  
  20. Archives of past issues of the TCP-Group Digest are available
  21. (by FTP only) from UCSD.Edu in directory "mailarchives".
  22.  
  23. We trust that readers are intelligent enough to realize that all text
  24. herein consists of personal comments and does not represent the official
  25. policies or positions of any party.  Your mileage may vary.  So there.
  26. ----------------------------------------------------------------------
  27.  
  28. Date: Sun, 26 Jun 1994 08:05:53 -0500 (CDT)
  29. From: ssampson@sabea-oc.af.mil (Steve Sampson)
  30. Subject: NOS and the PC
  31. To: tcp-group@UCSD.EDU
  32.  
  33. klarsen@kazak.NMSU.Edu writes:
  34. >    But out there right now is the G8BPQ switch which I have running 
  35. > and has NEVER CRASHED! Unless we need something better than netrom under 
  36. > ax.25 this is the best thing available.
  37.  
  38. You brought up some interesting points about mountaintop operation.  Almost
  39. all sites probably run everything off a battery.  That's where the TNC-2
  40. fits in, as it runs off of 12 volts.  I have a PC in my Buick that runs off
  41. of 12 volts and is equipped with an inverter.  It runs the CRT display which
  42. simulates the guages.  But you're right, you have to factor the cost of an
  43. Inverter (commonly called UPS in computer lingo) for the PC as well as a
  44. battery for the radios.
  45.  
  46. Where I think you stray from modernization is the reliance on serial port I/O.
  47. This is always worse than DMA.  So no, I don't think the answer is to just
  48. hook up serial devices to the PC.  I think if you're not going to use a plug
  49. in card with DMA, that you're not really modernizing and wasting your time.
  50. BPQ, Net/Rom, and Rose are all antiquated software technology, designed for
  51. serial ports. Along with that, they are designed for 1200 baud and small
  52. packet sizes.  Once you forget about 1200 baud as the network speed, then
  53. you have to forget about serial I/O.  If BPQ and Net/Rom are so good, why
  54. doesn't your company use it to run their computer network? Because they want
  55. the performance of DMA in the form of an Ethernet card.
  56. -- 
  57. Steve
  58.  
  59. ------------------------------
  60.  
  61. Date: Mon, 27 Jun 1994 09:12:23 +0200 (BST)
  62. From: A.Cox@swansea.ac.uk (Alan Cox)
  63. Subject: NOS and the PC
  64. To: ssampson@sabea-oc.af.mil (Steve Sampson)
  65.  
  66. > you have to forget about serial I/O.  If BPQ and Net/Rom are so good, why
  67. > doesn't your company use it to run their computer network? Because they want
  68. > the performance of DMA in the form of an Ethernet card.
  69.  
  70. BPQ supports stuff like the Baycom 4 port card (2*1200, 9600 + other high speed
  71. modem of choice). It needs a PC, and it needs a fast PC to do a lot of fast
  72. traffic, but it is _not_ just a KISS tnc driver. The fact you can play 
  73. wolfenstein at the same time as having BPQ loaded high and running the node
  74. says something..
  75.  
  76. Alan
  77.  
  78. ------------------------------
  79.  
  80. Date: Mon, 27 Jun 1994 08:57:24 +0200 (BST)
  81. From: A.Cox@swansea.ac.uk (Alan Cox)
  82. Subject: Routing Project
  83. To: ssampson@sabea-oc.af.mil (Steve Sampson)
  84.  
  85. > Alan Cox reports that his group is nearing completion of a Linux design
  86. > that could run in 2 Meg and a floppy.  I like this idea much better, being
  87. > an advocate of using better code.  For example the TCP/IP is probably no
  88. > better than Phil's, but the support code is (domain, NFS, etc).  Hopefully
  89. > they will be able to release a floppy image.
  90.  
  91. You can already put it together yourself barring TCP/IP over AX.25 VC links.
  92. Thats the one thing KA9Q has as a 'feature' as opposed to an improvement. The
  93. KA9Q AX.25 also has the added stuff for doing out of order frame reassembly.
  94. For the basic router only purpose however while a 2MB 386SX will do it beautifully
  95. and in some style, an XT with a hacked KA9Q will do many of the cases on hardware
  96. sitting in everyones cupboard looking for a reason to exist. At least in the 
  97. UK second hand 386's are not yet _that_ common.
  98.  
  99. Obviously by using a Linux or *BSD kernel you immediately get tcp routing,
  100. ftp, nfs, dns etc. You get handling for SLIP, PPP, AX.25 (not netrom 8) )
  101. and ethernet TCP/IP. 
  102.  
  103. > That was my intention.  To get off the single character at a time logic in
  104. > NOS, and do bulk transfer.  That serial code is terrible, and the performance
  105. > is terrible (I've been able to NOS up to 4800 baud without overruns).  I looked
  106. > at redesign of that part, but it's a major change.
  107.  
  108. Linux gets 56Kbit with no losses on a 386DX40 with SCSI disks, 38400 with IDE
  109. due to certain IDE drives needing you to lock interrupts off during a transfer
  110. to avoid nasty messes occuring. The code is clean and could as equally be shoved
  111. into DOS or anything else. Another way to attack this from the NOS/DOS side is
  112. to use the FOSSIL drivers.
  113.  
  114. > It doesn't have to be Telnet (just an idea) and maybe a simple AX.25 connection
  115. > would be good enough.  Anyway the remote command mode in NOS is the only area
  116. > that needs to be modified in order to bring it out as the main console.
  117.  
  118. You want full reconfigure ability if possible and the ability to trace.
  119.  
  120. I'll put together an ALPHA disk release next week after Im back from the
  121. Linux & The Internet conference in Heidelberg.
  122.  
  123.  
  124. Alan
  125.  
  126. ------------------------------
  127.  
  128. End of TCP-Group Digest V94 #131
  129. ******************************
  130.